.asm.obj:
 	tasm $*;

ne2100.com: head.obj ne2100.obj tail.obj
	tlink /t/m head+ne2100+tail,ne2100;

zip:
	del *.obj
	del *.map
	zip -m ne2100
